home *** CD-ROM | disk | FTP | other *** search
/ Student Private Syndrome 3 / Student Private Syndrome 3.iso / private / janken / janken.dxr / 00008.ls < prev    next >
Encoding:
Text File  |  1996-06-21  |  237 b   |  10 lines

  1. on exitFrame
  2.   global setf
  3.   puppetSprite(21, 1)
  4.   set the castNum of sprite 21 to the number of cast ("J1" & setf & ".MOV")
  5.   updateStage()
  6.   puppetSound(0)
  7.   set the volume of sprite 21 to 255
  8.   set the movieRate of sprite 21 to 1
  9. end
  10.